Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObjects.ConditionalObject<TItem,TObject,TExecutedResult> Class / ReferenceCount Property


In This Topic
    ReferenceCount Property (ConditionalObjects.ConditionalObject<TItem,TObject,TExecutedResult>)
    In This Topic
    Gets the total number of references.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ReferenceCount As Integer
    'Usage
     
    
    Dim instance As ConditionalObjects.ConditionalObject(Of TItem,TObject,TExecutedResult)
    Dim value As Integer
     
    value = instance.ReferenceCount
    public int ReferenceCount {get;}

    Property Value

    An integer value represents the total number of references.
    See Also